|Index: OSLib/!OsLib/Source/SetVars,feb		20031230
|===================================================================
|
| Sets the directory and path variables for OSLib when using the legacy FS directory stucture. 

Set OSLib$Dir <Obey$Dir>

| The OSLib: path is the presently preferred style;
|  at least this must be specified in your include path.
|  Using this path assumes that you will be specifying oslib/xxx.h in your includes,
|  to disambiguate header names from other third-party libraries.
|  e.g #include "oslib/wimp.h"
SetMacro OSLib$Path <OSLib$Dir>.,<OSLib$Dir>.Types.,<OSLib$Dir>.Macros.,<OSLib$Dir>.Core.,<OSLib$Dir>.Computer.,<OSLib$Dir>.User.,<OSLib$Dir>.Toolbox.

| The OSLibInclude: path allows applications to use the old-style includes (or a mixture of both)
|  e.g. #include "wimp.h"
| uncomment it if you need to use this deprecated form
SetMacro OSLibInclude$Path <OSLib$Path>,<OSLib$Dir>.Types.oslib.,<OSLib$Dir>.Macros.oslib.,<OSLib$Dir>.Core.oslib.,<OSLib$Dir>.Computer.oslib.,<OSLib$Dir>.User.oslib.,<OSLib$Dir>.Toolbox.oslib.
